Thu Apr 30 2020 10:27:05 GMT+0200 (GMT+02:00)

Given that I'm at the Holidaymaker home page 7s 685ms

When I click Register on menu 2s 290ms

And I enter Email 2s 98ms

And I enter Lösenord 2s 70ms

And I enter Namn 2s 37ms

And I enter Telefon 2s 35ms

And I click the Registrera button and Popup shows that the signup is done 1s 251ms

And I close the popup 20s 1ms Show Error +
                                            
function timed out after 20000 milliseconds

Then Signup is done. 0s

After 1s 193ms Screenshot +

Given that I'm at the Holidaymaker home page 7s 236ms

When I click Login on menu 2s 275ms

And I enter User name 2s 45ms

And I enter Password 2s 60ms

And I click the Login button 1s 260ms

Then I am logged in. 1s 16ms

Given that I'm at the Holidaymaker home page 7s 591ms

When I choose Frankrike 1s 226ms

And I enter check-in date 1s 50ms

And I enter check-out date 1s 35ms

And I enter the number of adults 1s 230ms

And I enter the number of kids 1s 245ms

And I enter the number of babies 1s 246ms

And I click the Sök button 1s 235ms

Then I click Info button to see information 9ms Show Error +
                                            
TypeError: Cannot read property 'click' of null at createWorld.(anonymous) (C:\Users\jitma\Desktop\Holidaymaker\js-frontend\tests\selenium\step-definitions\search.js:182:22) at processTicksAndRejections (internal/process/task_queues.js:93:5)

And The page shows hotel information. 0s

Then(/^The page shows hotel information.$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

After 1s 329ms Screenshot +

Given that I'm at the Holidaymaker home page 7s 659ms

When I click Login on menu 2s 320ms

And I enter User name 2s 71ms

And I enter Password 2s 58ms

And I click the Login button 1s 256ms

Then I am logged in. 1s 18ms

Given that i am on the holidaymaker webpage 7s 49ms

When i click "välj land" 5ms

Then i should get a list of countries 240ms

Given that I'm at the Holidaymaker home page 8s 707ms

When I click Register on menu 2s 295ms

And I enter Email 2s 63ms

And I enter Lösenord 2s 34ms

And I enter Namn 2s 67ms

And I enter Telefon 2s 61ms

And I click the Registrera button and Popup shows that the signup is done 1s 228ms

And I close the popup 19s 999ms Show Error +
                                            
function timed out after 20000 milliseconds

Then Signip is done and get back to the main page. 0s

Then(/^Signip is done and get back to the main page.$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

After 1s 243ms Screenshot +